thread-status-text ( status -- string )


Vocabulary
ui.tools.walker

Inputs
statusan object


Outputs
stringan object


Definition


: thread-status-text ( status -- string )
{
{ +stopped+ "Stopped" }
{ +suspended+ "Suspended" }
{ +running+ "Running" }
} at "(" ")" surround ;