Package | Description |
---|---|
com.sas.lsaf.execution.session |
Provides the classes and interfaces needed to query and manage SAS sessions.
|
Modifier and Type | Method and Description |
---|---|
SasSession.SessionState |
SasSession.getState()
Gets the state of the SAS session.
|
static SasSession.SessionState |
SasSession.SessionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SasSession.SessionState[] |
SasSession.SessionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SasSession(String typeId,
String id,
Date started,
Date ended,
SasSession.SessionType type,
SasSession.SessionState state,
String userId,
String submissionLabel,
int clientId)
The initializing constructor.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA