BeaconExecutionStatusType Table

BeaconExecutionStatusType is a static table listing possible beacon status values.

Table 1. Database columns for BeaconExecutionStatusType table

Database Column

Details

BeaconExecutionStatus TypeID

Type: integer. Key. Generated ID

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

  • 1 = Unknown
  • 2 = Started
  • 3 = Not configured
  • 4 = Running
  • 5 = Finished
  • 6 = Stopped
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a batch process type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

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