Command¶
- class itala.itala.ICommand(*args, **kwargs)¶
Bases:
IValueInterface for command like properties
- execute(Verify: bool = True) None¶
- Execute the command
- type Verify:
boolean, optional
- param Verify:
Enables AccessMode and Range verification (default = true)
- is_done(Verify: bool = False) bool¶
- 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
- property thisown¶
The membership flag