Zaz.Server.Advanced.Service.CommandsService.GetScheduled C# (CSharp) 메소드

GetScheduled() 개인적인 메소드

private GetScheduled ( string id, DateTime token ) : ExecutionStats
id string
token DateTime
리턴 ExecutionStats
        public ExecutionStats GetScheduled(string id, DateTime? token)
        {
            var executionId = ExecutionId.FromString(id);
            return _executor.GetExecutionStats(executionId, token);
        }