AppAction type

Defines values for AppAction.
KnownAppAction can be used interchangeably with AppAction, this enum contains the known values that the service supports.

Known values supported by the service

Restarted: Web app was restarted.
Stopped: Web app was stopped.
ChangedAppSettings: There was an operation to change app setting on the web app.
Started: The job has started.
Completed: The job has completed.
Failed: The job has failed to complete.

type AppAction = string