SessionJobStatus - stingray.SessionJobStatus オブジェクト リファレンス - Stingray Lua API リファレンス
stingray.SessionJobStatus オブジェクト リファレンス
定数
すべて展開
|
すべて折りたたむ
説明
stingray.Network.clean_sessions_status()
への呼び出しで、これらの定数を返すことができます。
その他の関連リファレンス項目
stingray.MultiplayerSession.custom_property_json_status()
stingray.Network.clean_sessions_status()
stingray.Network.clear_activity_status()
stingray.Network.get_activity_details_status()
stingray.Network.handle_to_description_status()
stingray.Network.set_presence_status()
定数
COMPLETE
:
integer
ジョブが完了しました。
その他の関連リファレンス項目
stingray.MultiplayerSession.free_custom_property_json()
stingray.Network.clean_sessions()
stingray.Network.free_get_activity_details()
stingray.Network.free_handle_to_description()
stingray.Network.get_activity_details_result()
stingray.Network.handle_to_description_result()
stingray.Network.set_presence_status()
FAILED
:
integer
ジョブが失敗しました。
その他の関連リファレンス項目
stingray.MultiplayerSession.free_custom_property_json()
stingray.Network.free_get_activity_details()
stingray.Network.free_handle_to_description()
NOT_RUNNING
:
integer
ジョブがまだ開始されていないか、既に解放されています。
その他の関連リファレンス項目
stingray.Network.clean_sessions()
stingray.Network.set_presence_status()
WORKING
:
integer
ジョブが進行中です。