Preparing search index...
The search index is not available
cvat-sdk
cvat-sdk
FunctionCall
Interface FunctionCall
Export
FunctionCall
interface
FunctionCall
{
ended
:
null
|
string
;
enqueued
:
null
|
string
;
exc_info
?:
null
|
string
;
function
:
FunctionCallParams
;
id
:
string
;
progress
?:
null
|
number
;
started
:
null
|
string
;
status
:
null
|
string
;
}
Index
Properties
ended
enqueued
exc_
info?
function
id
progress?
started
status
Properties
ended
ended
:
null
|
string
Memberof
FunctionCall
enqueued
enqueued
:
null
|
string
Memberof
FunctionCall
Optional
exc_
info
exc_info
?:
null
|
string
Memberof
FunctionCall
function
function
:
FunctionCallParams
Memberof
FunctionCall
id
id
:
string
Request id
Memberof
FunctionCall
Optional
progress
progress
?:
null
|
number
Memberof
FunctionCall
started
started
:
null
|
string
Memberof
FunctionCall
status
status
:
null
|
string
Memberof
FunctionCall
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ended
enqueued
exc_
info
function
id
progress
started
status
cvat-sdk
Loading...
Export
FunctionCall