tasks++
This commit is contained in:
parent
d4ae765bb5
commit
7c2c2621f0
7 changed files with 41 additions and 1 deletions
9
Yavsc.Abstract/Workflow/Tasks/ITaskRunner.cs
Normal file
9
Yavsc.Abstract/Workflow/Tasks/ITaskRunner.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System.Threading.Tasks;
|
||||
|
||||
namespace Yavsc.Abstract.Workflow
|
||||
{
|
||||
public interface ITaskRunner
|
||||
{
|
||||
IExecutionData Run( ITaskMetaData taskMetaData, string [] args);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue