StatusOperations

Handles status requests for REST operations.

Implements: RestOperations

Description

The StatusOperations class allows you to handle status requests for REST operations.

Instance methods

get_status_operation

Gets the status of the operation.

get_status_operation(): Callable

  • returns: Callable - status of the operation (JSON)

set_references

Sets references to dependent components.

set_references(references: IReferences)

  • references: IReferences - references to locate the component dependencies.

status

Handles status requests.

status(): str