slacm.actor module
Created on Sep 18, 2020
@author: esdev
- class slacm.actor.Actor(parent, model)[source]
Bases:
objectClass for application actors.
- ERR = -1
- FINALIZE = 2
- OK = 0
- SETUP = 1
- START = 3
- STOP = 4
- main()[source]
Main method of the subprocess. Creates the component instances, then launches a message handler for commands coming from the parent process.