C# Class StoryTeller.Messages.QueueState

Inheritance: ClientMessage, IBatchedMessage, UsedByUserInterface
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
Stepthrough StepthroughState
queued string[]
running string

Méthodes publiques

Méthode Description
AddInitialMessages ( Batch batch ) : void
AllSpecIds ( ) : IEnumerable
QueueState ( ) : System

Method Details

AddInitialMessages() public méthode

public AddInitialMessages ( Batch batch ) : void
batch Batch
Résultat void

AllSpecIds() public méthode

public AllSpecIds ( ) : IEnumerable
Résultat IEnumerable

QueueState() public méthode

public QueueState ( ) : System
Résultat System

Property Details

Stepthrough public_oe property

public StepthroughState,StoryTeller.Messages Stepthrough
Résultat StepthroughState

queued public_oe property

public string[] queued
Résultat string[]

running public_oe property

public string running
Résultat string