Class: AutoArchiveStatus

tibco.objectapi.ec.base.AutoArchiveStatus

new AutoArchiveStatus()

A status object containing information on the running of the AutoArchiver. It will give information on any currently running archive, as well as the last one run. Constructs a new AutoArchiveStatus.

The following features are supported:

Members

currentRun :tibco.objectapi.ec.base.AutoArchiveResult

This property holds the value of the 'Current Run' containment reference.
Type:

isRunning :boolean

Whether or not the Auto-Archiver is currently running. This property holds the value of the 'Is Running' attribute.
Type:
  • boolean

lastRun :tibco.objectapi.ec.base.AutoArchiveResult

This property holds the value of the 'Last Run' containment reference.
Type:

nextArchiveAt :Date

The time the next Archive is scheduled for This property holds the value of the 'Next Archive At' attribute.
Type:
  • Date

status :string

A textual representation of the status of the Auto-Archive This property holds the value of the 'Status' attribute.
Type:
  • string