Enum JobLifecycleState
Lifecycle state for jobs. ACTIVE - The job is active and will execute based on it's schedule information. INACTIVE - The job is inactive and will not execute based on it's schedule until it is ACTIVE. EXPIRED - The job's schedule has expired and will not result in any further executions. This is a terminal state.
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public enum JobLifecycleState
Fields
Name | Description |
---|---|
Active | |
Expired | |
Inactive | |
UnknownEnumValue |