Interface IActionReply

An object representing a server reply to performing an action.

Hierarchy

  • IActionReply

Properties

message?: string

An optional message when the status is not 'ok'.

needs_restart: ("server" | "kernel" | "frontend")[]

Follow-up restart needed by the action

status: "error" | "ok" | "warning"

The status category of the reply.

Generated using TypeDoc