Follow me to the Inheritance diagramm.
New in version R15.037.
Get the global NET render service.
Return type: | NetRenderService |
---|---|
Returns: | The global NET render service. |
Format a verification state as a string.
Parameters: | state (int) – The verification state:
|
||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | str | ||||||||||||||||||||||||||||||||||
Returns: | The formatted verification state. |
Format a job command as a string.
Parameters: | command (int) – The job command:
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | str | ||||||||||||||||||
Returns: | The formatted job command. |
New in version R16.021.
Format a job state as a string.
Parameters: | command (int) – The job state:
|
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | str | ||||||||||||||||||||||||||||||||||||
Returns: | The formatted job state. |
New in version R16.021.
Adds a custom event over NET.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if successful, otherwise False. |
New in version R16.021.
Sends a synchronous event message over NET.
Parameters: |
|
---|---|
Return type: | tuple(bool, BaseContainer) |
Returns: | The successful status and result container. |