openpaul
Preparing search index...
CommandResult
Interface CommandResult
Command Result - Result of executing a command
interface
CommandResult
{
data
:
unknown
;
message
:
string
;
nextAction
:
string
|
null
;
success
:
boolean
;
}
Index
Properties
data
message
next
Action
success
Properties
data
data
:
unknown
message
message
:
string
next
Action
nextAction
:
string
|
null
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
message
next
Action
success
openpaul
Loading...
Command Result - Result of executing a command