com.genesys.workspace.models.AgentState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of workspace Show documentation
Show all versions of workspace Show documentation
A Java library to interface to Genesys Workspace public API
package com.genesys.workspace.models;
public enum AgentState {
UNKNOWN,
LOGGED_IN,
LOGGED_OUT,
READY,
NOT_READY,
OUT_OF_SERVICE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy