|
def | __init__ (self, _svcName) |
|
def | cmdStart (self, _str) |
| initiate a command. More...
|
|
def | cmdDone (self) |
| actions after terminating the command. More...
|
|
def | cmdPercent (self, _i) |
| declare the command be partially completed. More...
|
|
def | cmdAction (self, _i, _str) |
| declare the command be partially completed. More...
|
|
def | __init__ (self, _svcName) |
|
def | cmdStart (self, _str) |
| initiate a command. More...
|
|
def | cmdDone (self) |
| actions after terminating the command. More...
|
|
def | cmdPercent (self, _i) |
| declare the command be partially completed. More...
|
|
def | cmdAction (self, _i, _str) |
| declare the command be partially completed. More...
|
|
def | __init__ (self, _svcName) |
|
def | name (self) |
|
def | config (self, _node) |
|
def | cfg (self, _node) |
|
def | var (self, _node) |
|
def | abort (self) |
| dummy (does nothing) More...
|
|
def | stop (self) |
| dummy (does nothing) More...
|
|
def | init (self) |
| dummy (does nothing) More...
|
|
def | deinit (self) |
| dummy (does nothing) More...
|
|
def | activate (self) |
| dummy (does nothing) More...
|
|
def | deactivate (self) |
| dummy (does nothing) More...
|
|
def | idleOffline (self) |
| dummy (waits for state change) More...
|
|
def | idleStandby (self) |
| dummy (waits for state change) More...
|
|
def | idleOnline (self) |
| dummy (waits for state change) More...
|
|
def | errorOffline (self) |
| action in response to an error while offline Sets the state to OFFLINE More...
|
|
def | errorStandby (self) |
| action in response to an error while in standby Sets the state to OFFLINE More...
|
|
def | errorOnline (self) |
| action in response to an error while online Sets the state to OFFLINE More...
|
|
def | errorWorking (self) |
| action in response to an error while executing a command Sets the state to OFFLINE More...
|
|
def | __init__ (self, _svcName) |
|
def | name (self) |
|
def | config (self, _node) |
|
def | cfg (self, _node) |
|
def | var (self, _node) |
|
def | abort (self) |
| dummy (does nothing) More...
|
|
def | stop (self) |
| dummy (does nothing) More...
|
|
def | init (self) |
| dummy (does nothing) More...
|
|
def | deinit (self) |
| dummy (does nothing) More...
|
|
def | activate (self) |
| dummy (does nothing) More...
|
|
def | deactivate (self) |
| dummy (does nothing) More...
|
|
def | idleOffline (self) |
| dummy (waits for state change) More...
|
|
def | idleStandby (self) |
| dummy (waits for state change) More...
|
|
def | idleOnline (self) |
| dummy (waits for state change) More...
|
|
def | errorOffline (self) |
| action in response to an error while offline Sets the state to OFFLINE More...
|
|
def | errorStandby (self) |
| action in response to an error while in standby Sets the state to OFFLINE More...
|
|
def | errorOnline (self) |
| action in response to an error while online Sets the state to OFFLINE More...
|
|
def | errorWorking (self) |
| action in response to an error while executing a command Sets the state to OFFLINE More...
|
|
A Python base class for a BASDA worker (executing a command).