class documentation
class PState(IntEnum):
The internal states of a script.
| Method | is |
Check whether the end of a script has been reached. |
| Method | is |
Check whether the script is running. |
| Class Variable | canceled |
Running of the script is canceled externally. |
| Class Variable | created |
Script has been created. |
| Class Variable | ready |
Script is read to run. |
| Class Variable | returning |
script is returning from a call. |
| Class Variable | running |
Script is running. |
| Class Variable | terminated |
Script terminated normally. |
| Class Variable | terminated |
Script terminated with an error. |
| Class Variable | terminated |
Script terminated normally with a result. |