Click or drag to resize
DispatchCoronaLuaEventResultHasSucceeded Property
Determines if the operation succeeded.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public bool HasSucceeded { get; }

Property Value

Type: Boolean

Set to true if the operation was executed successfully.

Set to false if the operation failed, in which case the Message property will likely provide details as to what went wrong.

Implements

IOperationResultHasSucceeded
See Also