Structs§
- General
Error - GetTask
LogRequest - GetTask
LogResponse Inner - GetTask
LogResponse Inner Log - Simple
IdRequest - Start
Task200 Response - Start
Task Request - Task
List Response - Task
List Response Tasks Inner
Enums§
- LogType
- Enumeration of values.
Since this enum’s variants do not hold data, we can easily define them as
#[repr(C)]
which helps with FFI. - Program
Type - Enumeration of values.
Since this enum’s variants do not hold data, we can easily define them as
#[repr(C)]
which helps with FFI. - Task
Status - The status of the task
Enumeration of values.
Since this enum’s variants do not hold data, we can easily define them as
#[repr(C)]
which helps with FFI.