Click or drag to resize
DispatchCoronaLuaEventResultHasFailed Property
Determines if the operation failed.

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

Property Value

Type: Boolean

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

Set to false if the operation was executed successfully.

Implements

IOperationResultHasFailed
See Also