surveilr_orchestration_session_append_exec()

Appends an execution log entry to an orchestration session.

Introduced in version 1.0.0.

Parameters

orchestration_session_id

`String` - The ID of the orchestration session.

exec_nature

`String` - The nature of the execution.

exec_code

`u64` - The code associated with the execution.

exec_status

`String` - The status of the execution.

input_text

`Option<String>` - Optional text input associated with the execution.