C# Class StoryTeller.Messages.SpecProgress

Inheritance: ClientMessage, IBatchedMessage, UsedByUserInterface
Show file Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
counts Counts
id string
step int
total int

Public Methods

Method Description
SpecProgress ( string id, Counts counts, int step, int total ) : StoryTeller.Results

Method Details

SpecProgress() public method

public SpecProgress ( string id, Counts counts, int step, int total ) : StoryTeller.Results
id string
counts Counts
step int
total int
return StoryTeller.Results

Property Details

counts public property

public Counts counts
return Counts

id public property

public string id
return string

step public property

public int step
return int

total public property

public int total
return int