CanProcess Method
Called at Job Processor startup to determine whither or not a job of the specified type can be processed by the job handler on this particular machine. Implementations should check to see whether enabling software is installed.
Syntax
System.bool CanProcess(
System.string jobType
)Function CanProcess( _
ByVal jobType As System.String _
) As System.BooleanParameters
| Name | Description |
|---|---|
| jobType | The job type. |
Return Value
True if the handler can process the job. False if the handler cannot process the job.