Success property

  1. @Int()
int Success
getter/setter pair

The status of the action: 1 if succeeded, 0 otherwise.

Implementation

@ffi.Int()
external int Success;