kobweb
Toggle table of contents
0.21.1
jvm
Platform filter
jvm
Switch theme
kobweb
kobweb-common
/
com.varabyte.kobweb.server.api
/
ServerRequest
/
SetStatus
Set
Status
@
Serializable
@
SerialName
(
value
=
"SetStatus"
)
class
SetStatus
(
val
message
:
String
,
val
isError
:
Boolean
=
false
,
var
timeoutMs
:
Long
?
=
null
)
:
ServerRequest
(
source
)
Members
Constructors
Set
Status
Link copied to clipboard
constructor
(
message
:
String
,
isError
:
Boolean
=
false
,
timeoutMs
:
Long
?
=
null
)
Properties
is
Error
Link copied to clipboard
val
isError
:
Boolean
=
false
message
Link copied to clipboard
val
message
:
String
timeout
Ms
Link copied to clipboard
var
timeoutMs
:
Long
?