LaunchThread

Inherits from : ILaunchThread

{
    "target": "thread_1",
    "type": "LaunchThread"
}
    
key type notes
target string 実行するスレッド名


WaitThread

Inherits from : IWatchThread, ICloseThread, IWait

{
    "target": "thread_1",
    "type": "WaitThread"
}
    
key type notes
target string 終了を待機するスレッド名


CloseThread

Inherits from : ICloseThread

{
    "target": "thread_1",
    "type": "CloseThread"
}
    
key type notes
target string 終了するスレッド名