enum classcamAxonPlugin::AxonActorAction
sys::Obj sys::Enum camAxonPlugin::AxonActorAction
@
Serializable { simple=true }
SyncActor Actions enum
- autoOff
const static AxonActorAction autoOff := ...
- autoOn
const static AxonActorAction autoOn := ...
- autoStatus
const static AxonActorAction autoStatus := ...
- deleteFunc
const static AxonActorAction deleteFunc := ...
- eval
const static AxonActorAction eval := ...
- evalDown
const static AxonActorAction evalDown := ...
- evalLast
const static AxonActorAction evalLast := ...
- evalUp
const static AxonActorAction evalUp := ...
- fromStr
static new fromStr(Str name, Bool checked := true)
Return the AxonActorAction instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- needsPassword
const static AxonActorAction needsPassword := ...
- sync
const static AxonActorAction sync := ...
- vals
const static AxonActorAction[] vals := ...
List of AxonActorAction values indexed by ordinal