locked property

bool? locked
getter/setter pair

Indicates whether the agent is locked for changes.

If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.

Implementation

core.bool? locked;