enum classcamAxonPlugin::AxonActorAction

sys::Obj
  sys::Enum
    camAxonPlugin::AxonActorAction

@Serializable { simple=true }

SyncActor Actions enum

autoOff

Source

const static AxonActorAction autoOff := ...

autoOn

Source

const static AxonActorAction autoOn := ...

autoStatus

Source

const static AxonActorAction autoStatus := ...

deleteFunc

Source

const static AxonActorAction deleteFunc := ...

eval

Source

const static AxonActorAction eval := ...

evalDown

Source

const static AxonActorAction evalDown := ...

evalLast

Source

const static AxonActorAction evalLast := ...

evalUp

Source

const static AxonActorAction evalUp := ...

fromStr

Source

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

Source

const static AxonActorAction needsPassword := ...

sync

Source

const static AxonActorAction sync := ...

vals

Source

const static AxonActorAction[] vals := ...

List of AxonActorAction values indexed by ordinal