ProcessesApi class

Constructors

ProcessesApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

killProcess(String account, String process) Future<KillProcessResponse?>
Kill a process
killProcessWithHttpInfo(String account, String process) Future<Response>
Kill a process
listProcesses(String account, {Object? page, int? limit, String? machine, String? license, String? user, String? product}) Future<ListProcessesResponse?>
List all processes
listProcessesWithHttpInfo(String account, {Object? page, int? limit, String? machine, String? license, String? user, String? product}) Future<Response>
List all processes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pingProcess(String account, String process) Future<PingProcessResponse?>
Ping
pingProcessWithHttpInfo(String account, String process) Future<Response>
Ping
retrieveProcess(String account, String process) Future<RetrieveProcessResponse?>
Retrieve a process
retrieveProcessWithHttpInfo(String account, String process) Future<Response>
Retrieve a process
spawnProcess(String account, SpawnProcessRequest spawnProcessRequest) Future<SpawnProcessResponse?>
Spawn a process
spawnProcessWithHttpInfo(String account, SpawnProcessRequest spawnProcessRequest) Future<Response>
Spawn a process
toString() String
A string representation of this object.
inherited
updateProcess(String account, String process, {UpdateProcessRequest? updateProcessRequest}) Future<UpdateProcessResponse?>
Update a process
updateProcessWithHttpInfo(String account, String process, {UpdateProcessRequest? updateProcessRequest}) Future<Response>
Update a process

Operators

operator ==(Object other) bool
The equality operator.
inherited