Skip to main content

FullAppStatus

Stentor API Reference


Stentor API Reference / stentor-models/src / FullAppStatus

Interface: FullAppStatus

Defined in: packages/stentor-models/src/App/App.ts:13

The status of the App

Extends​

Properties​

statusHistory?​

optional statusHistory: AppStatus[]

Defined in: packages/stentor-models/src/App/App.ts:17

History of the app's status


type​

type: AppStatusType

Defined in: packages/stentor-models/src/App/AppStatus.ts:75

Status type

Inherited from​

AppStatus.type


timestamp​

timestamp: number

Defined in: packages/stentor-models/src/App/AppStatus.ts:79

The time when the status was set

Inherited from​

AppStatus.timestamp


email​

email: string

Defined in: packages/stentor-models/src/App/AppStatus.ts:83

The email of the user/admin who set the status

Inherited from​

AppStatus.email


notes​

notes: string

Defined in: packages/stentor-models/src/App/AppStatus.ts:87

Any notes set by the admin when the status was set.

Inherited from​

AppStatus.notes