Command#
- class itala.itala.ICommand(*args, **kwargs)#
Bases:
IValue
Interface for command like properties
- property thisown#
The membership flag
- execute(Verify=True)#
- Execute the command
- type Verify:
boolean, optional
- param Verify:
Enables AccessMode and Range verification (default = true)
- is_done(Verify=False)#
- Query whether the command is executed
- type Verify:
boolean, optional
- param Verify:
Enables Range verification (default = false). The AccessMode is always checked
- rtype:
boolean
- return:
True if the Execute command has finished; false otherwise