[Gregor.Core.IOperationInfo]

Gregor.Core.IOperationInfo

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public interface Gregor.Core.IOperationInfo

Custom Attributes: 

Description: 


Members

HasFailed

System.Boolean HasFailed {get;}

Custom Attributes: 

Description: 

HasSucceeded

System.Boolean HasSucceeded {get;}

Custom Attributes: 

Description: 

IsCancelled

System.Boolean IsCancelled {get;}

Custom Attributes: 

Description: 

Cancel

void Cancel()

Custom Attributes: 

Description: 

Fail

void Fail()

Custom Attributes: 

Description: 

Succeed

void Succeed()

Custom Attributes: 

Description: 


See Also

System.Boolean

System.Void