BatchProcessStatus Table

FlexNet Manager Suite 2020 R1 (On-Premises)

BatchProcessStatus is a static table listing status values for batch process execution.

Table 1. Database columns for BatchProcessStatus table

Database Column

Details

BatchProcessStatusID

Type: integer. Key. Generated ID

A unique identifier for each BatchProcessStatus. Possible values and the corresponding default strings are:

  • 1 = Submitted
  • 2 = Queued
  • 3 = Processing
  • 4 = Success
  • 5 = Error
  • 6 = Duplicate
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing an status of batch process execution. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the status resource string has no translation.

FlexNet Manager Suite (On-Premises)

2020 R1