public interface ESchScenarioStatus
Modifier and Type | Field and Description |
---|---|
static int |
SCH_STATUS_BIDDING_CLOSED
Scenario is closed for bidding.
|
static int |
SCH_STATUS_BIDDING_OPEN
Scenario is currently open for bidding.
|
static int |
SCH_STATUS_BIDDING_PENDING
Scenario has bidding window and agents defined, but current date is before bidding window starts.
|
static int |
SCH_STATUS_IMPORTED
Schedule was imported from Master
|
static int |
SCH_STATUS_NEW
Sceanario has just been created and has no schedule built for it yet.
|
static int |
SCH_STATUS_PROFILES_ASSIGNED
Scenario profile agent schedules have actual agents assigned
|
static int |
SCH_STATUS_PUBLISHED
Published to Master
|
static int |
SCH_STATUS_SCHEDULED
Schedule is built for scenario.
|
static int |
SCH_STATUS_SCHEDULED_WITH_PROFILES
Schedule is built for scenario and it contains profile agent schedules.
|
static int |
SCH_STATUS_UNKNOWN
Status is undefined
|
static final int SCH_STATUS_UNKNOWN
static final int SCH_STATUS_NEW
static final int SCH_STATUS_SCHEDULED
static final int SCH_STATUS_IMPORTED
static final int SCH_STATUS_PUBLISHED
static final int SCH_STATUS_SCHEDULED_WITH_PROFILES
static final int SCH_STATUS_BIDDING_PENDING
static final int SCH_STATUS_BIDDING_OPEN
static final int SCH_STATUS_BIDDING_CLOSED
static final int SCH_STATUS_PROFILES_ASSIGNED
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.