Status property

num get Status

Rather than using booleans to communicate what the state of the reference, we have this enum. Type: number Properties: Name Value Type Description AVAILABLE 0 number UNAVAILABLE 1 number MISSING 2 number

Implementation

external static num get Status;