Properties of the Process context

Property Description
ModusProcess Provides the following properties and functions.

Properties:

Objectname: Name of the process.

SystemOId: ID of the system where the process runs.

Functions:

  • Cancel() Cancels the process.
    ModusProcess.Cancel()
  • GetComponent() Enables access to the properties and methods of components. DocumentCollection = ModusProcess.GetComponent ("DocumentCollectionManager")
  • SendInfoMessage() Sends an information message to logged on remote control clients. A time stamp is inserted before each message.

    ModusProcess.SendInfoMessage("This is the message")
    

  • Stop() Ends running processes.
    ModusProcess.Stop()