C# 클래스 PlayFab.AdminModels.ScheduledTask

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
Description string
IsActive bool
LastRunTime DateTime?
Name string
NextRunTime DateTime?
Parameter object
Schedule string
TaskId string
Type ScheduledTaskType?

프로퍼티 상세

Description 공개적으로 프로퍼티

Description the task
public string Description
리턴 string

IsActive 공개적으로 프로퍼티

Whether the schedule is active. Inactive schedule will not trigger task execution.
public bool IsActive
리턴 bool

LastRunTime 공개적으로 프로퍼티

UTC time of last run
public DateTime? LastRunTime
리턴 DateTime?

Name 공개적으로 프로퍼티

Name of the task. This is a unique identifier for tasks in the title.
public string Name
리턴 string

NextRunTime 공개적으로 프로퍼티

UTC time of next run
public DateTime? NextRunTime
리턴 DateTime?

Parameter 공개적으로 프로퍼티

Task parameter. Different types of task have different parameter structure. See each task type's create API documentation for the details.
public object Parameter
리턴 object

Schedule 공개적으로 프로퍼티

Cron expression for the run schedule of the task. The expression should be in UTC.
public string Schedule
리턴 string

TaskId 공개적으로 프로퍼티

ID of the task
public string TaskId
리턴 string

Type 공개적으로 프로퍼티

Task type.
public ScheduledTaskType? Type
리턴 ScheduledTaskType?