| IJobManagerServiceIsJobRegistered Method |
Returns true if the job is registered
Namespace:
SanteDB.Core.Jobs
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax bool IsJobRegistered(
Type jobType
)
Function IsJobRegistered (
jobType As Type
) As Boolean
bool IsJobRegistered(
Type^ jobType
)
abstract IsJobRegistered :
jobType : Type -> bool
Parameters
- jobType
- Type: SystemType
The type of job to check for
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.Core.Jobs.IJobManagerService.IsJobRegistered(System.Type)"]
See Also