The ProcessManagerClass type exposes the following members.

Methods

  NameDescription
Public methodAddProcess(ProcessClass)
Adds the ProcessClass pc to the process pool
Public methodAddProcess(ProcessMethod, ProcessType, String)
Creates a ProcessClass object and adds it to the process que
Public methodDeleteProcess(ProcessClass)
Deletes a ProcessClass pc from the list.
Public methodDeleteProcess(ProcessMethod, ProcessType)
Finds ProcessClass using pm and pt and if found deletes it
Public methodGetProcess
Gets the ProcessClass using pm and process type pt
Public methodinList(ProcessClass)
Searches process que for the pc ProcessClass.
Public methodinList(ProcessMethod, ProcessType)
Searches process que for the pm method and pt process type.
Public methodProcessErrorList
A list of processes (ProcessClass) that returned false on execution (ie indicated an error) or threw an exception

See Also