C# Class StoryTeller.Messages.QueueState

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

Public Properties

Property Type Description
Stepthrough StepthroughState
queued string[]
running string

Public Methods

Method Description
AddInitialMessages ( Batch batch ) : void
AllSpecIds ( ) : IEnumerable
QueueState ( ) : System

Method Details

AddInitialMessages() public method

public AddInitialMessages ( Batch batch ) : void
batch Batch
return void

AllSpecIds() public method

public AllSpecIds ( ) : IEnumerable
return IEnumerable

QueueState() public method

public QueueState ( ) : System
return System

Property Details

Stepthrough public_oe property

public StepthroughState,StoryTeller.Messages Stepthrough
return StepthroughState

queued public_oe property

public string[] queued
return string[]

running public_oe property

public string running
return string