The ProcessManagerClass type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddProcess(ProcessClass) |
Adds the ProcessClass pc to the process pool
| |
| AddProcess(ProcessMethod, ProcessType, String) |
Creates a ProcessClass object and adds it to the process que
| |
| DeleteProcess(ProcessClass) |
Deletes a ProcessClass pc from the list.
| |
| DeleteProcess(ProcessMethod, ProcessType) |
Finds ProcessClass using pm and pt and if found deletes it
| |
| GetProcess |
Gets the ProcessClass using pm and process type pt
| |
| inList(ProcessClass) |
Searches process que for the pc ProcessClass.
| |
| inList(ProcessMethod, ProcessType) |
Searches process que for the pm method and pt process type.
| |
| ProcessErrorList |
A list of processes (ProcessClass) that returned false on execution (ie indicated an error) or threw an exception
|
Properties
| Name | Description | |
|---|---|---|
| isProcessError |
Indicates if an error has occured
| |
| ProcessErrorCount |
Number of Process Errors that occurred
|