IRunnable public interface IRunnable Represents an abstract object that performs some runnable process. Documentation Code Guid ProcessId { get; set; } Gets or sets the process unique identifier. A new Guid is assigned by default. void Start() Starts the runnable process.