ADM_ACTIONEXECUTIONOPTIONS_ENUM

The ADM_ACTIONEXECUTIONOPTIONS_ENUM enumeration specifies options for an action execution.

Syntax

enum ADM_ACTIONEXECUTIONOPTIONS_ENUM
{
    ADM_ACTIONEXECUTIONOPTIONS_SYNC   = 0,  //0x0
    ADM_ACTIONEXECUTIONOPTIONS_ASYNC  = 1,  //0x1
}

Constants

  • Flag

  • Description

  • ADM_ACTIONEXECUTIONOPTIONS_SYNC

  • Indicates that the action will be executed synchronously.

  • ADM_ACTIONEXECUTIONOPTIONS_ASYNC

  • Indicates that the action will be executed asynchronously.

Requirements

Minimum required version: 2009.1

See also