playfab_ex v0.2.0 PlayfabEx.Admin.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.
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.
create_cloud_script_task(map()) :: {:ok, map()} | {:error, String.t()}
Create a CloudScript task, which can run a CloudScript on a schedule.
Delete a task.
get_actions_on_players_in_segment_task_instance(map()) :: {:ok, map()} | {:error, String.t()}
Get information about a ActionsOnPlayersInSegment task instance.
get_cloud_script_task_instance(map()) :: {:ok, map()} | {:error, String.t()}
Get detail information about a CloudScript task instance.
get_task_instances(map()) :: {:ok, map()} | {:error, String.t()}
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.