playfab_ex v0.2.2 PlayfabEx.Admin.Default.ScheduledTask
Link to this section Summary
Functions
Abort an ongoing task instance
Create an ActionsOnPlayersInSegment task, which iterates through all players in a segment to execute action
Create a CloudScript task, which can run a CloudScript on a schedule
Delete a task
Get information about a ActionsOnPlayersInSegment task instance
Get detail information about a CloudScript task instance
Query for task instances by task, status, or time range
Get definition information on a specified task or all tasks within a title
Run a task immediately regardless of its schedule
Update an existing task
Link to this section Functions
abort_task_instance(map()) :: {:ok, map()} | {:error, String.t()}
Abort an ongoing task instance.
@link https://api.playfab.com/documentation/admin/method/AbortTaskInstance
create_actions_on_players_in_segment_task(map()) :: {:ok, map()} | {:error, String.t()}
Create an ActionsOnPlayersInSegment task, which iterates through all players in a segment to execute action.
@link https://api.playfab.com/documentation/admin/method/CreateActionsOnPlayersInSegmentTask
create_cloud_script_task(map()) :: {:ok, map()} | {:error, String.t()}
Create a CloudScript task, which can run a CloudScript on a schedule.
@link https://api.playfab.com/documentation/admin/method/CreateCloudScriptTask
Delete a task.
@link https://api.playfab.com/documentation/admin/method/DeleteTask
get_actions_on_players_in_segment_task_instance(map()) :: {:ok, map()} | {:error, String.t()}
Get information about a ActionsOnPlayersInSegment task instance.
@link https://api.playfab.com/documentation/admin/method/GetActionsOnPlayersInSegmentTaskInstance
get_cloud_script_task_instance(map()) :: {:ok, map()} | {:error, String.t()}
Get detail information about a CloudScript task instance.
@link https://api.playfab.com/documentation/admin/method/GetCloudScriptTaskInstance
get_task_instances(map()) :: {:ok, map()} | {:error, String.t()}
Query for task instances by task, status, or time range.
@link https://api.playfab.com/documentation/admin/method/GetTaskInstances
Get definition information on a specified task or all tasks within a title.
@link https://api.playfab.com/documentation/admin/method/GetTasks
Run a task immediately regardless of its schedule.
@link https://api.playfab.com/documentation/admin/method/RunTask
Update an existing task.
@link https://api.playfab.com/documentation/admin/method/UpdateTask