Interface describing legacy parts of the SessionState API.
pathname of the jobs IO logs directory
This is not None only between calls to open() / close().
Open session state for running jobs.
This function creates the cache directory where jobs can store their data. See: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
Check the filesystem for previous session data Returns the full pathname to the session file if it exists
alias of SessionStateLegacyAPICompatImpl
Compatibility wrapper to use new suspend/resume implementation via the original (legacy) suspend/resume API.
This subclass of SessionState implements the ISessionStateLegacyAPI interface thus allowing applications to keep using suspend/resume as they did before, without adjusting their code.
Variables: |
|
---|
pathname of the jobs IO logs directory
This is not None only between calls to open() / close().