ADM_BUILDREPORTOVERVIEWITEMSTATUS_ENUM

The ADM_BUILDREPORTOVERVIEWITEMSTATUS_ENUM enumeration contains states of report overview generation.

Syntax

enum ADM_BUILDREPORTOVERVIEWITEMSTATUS_ENUM
{
    ADM_BUILDREPORTOVERVIEWSTATUS_NOTSTARTED             = 0,  //0x0
    ADM_BUILDREPORTOVERVIEWSTATUS_PENDING                = 1,  //0x1
    ADM_BUILDREPORTOVERVIEWSTATUS_COMPLETED              = 2,  //0x2
    ADM_BUILDREPORTOVERVIEWSTATUS_CANCELLED              = 3,  //0x3
}

Constants

  • Flag

  • Description

  • ADM_BUILDREPORTOVERVIEWSTATUS_NOTSTARTED

  • Not started

  • ADM_BUILDREPORTOVERVIEWSTATUS_PENDING

  • In progress

  • ADM_BUILDREPORTOVERVIEWSTATUS_COMPLETED

  • Completed

  • ADM_BUILDREPORTOVERVIEWSTATUS_CANCELLED

  • Cancelled

Requirements

Minimum required version: 2018.1

See also