BatchProcessType Table
BatchProcessType
is a static table storing the types of batch processes
Database Column |
Details |
---|---|
BatchProcessTypeID
|
Type: integer. Key. Generated ID A unique identifier for each
|
TypeName
|
Type: text (max 256 characters). Key The unique name of the batch process type. |
ResourceName
|
Type: text (max 256 characters) The unique name of the localizable resource string representing a batch process type. Foreign key to the |
DefaultValue
|
Type: text (max 100 characters) The text to display if the type resource string has no translation. |
StarvedAt
|
Type: integer. Nullable The age, in minutes, after which a task of this type will be given priority over other tasks to avoid starvation. |
Timeout
|
Type: integer. Nullable The age, in minutes, after which a task of this type will be regarded as failed if its processor becomes unresponsive. |
BatchProcessTypeLimitID
|
Type: integer. Nullable An optional reference to a limit that will restrict the number of items of this type that can execute at the same time. |
FlexNet Manager Suite (On-Premises)
2020 R1