Esempio n. 1
0
 public Task <bool> ShouldRunAsync(IQuarkExecutionContext context, IQuarkTarget target)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Task <QuarkResult> ExecuteAsync(IQuarkExecutionContext context, IQuarkTask target)
 {
     throw new NotImplementedException();
 }