C# 클래스 StoryTeller.Messages.QueueState

상속: ClientMessage, IBatchedMessage, UsedByUserInterface
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Stepthrough StepthroughState
queued string[]
running string

공개 메소드들

메소드 설명
AddInitialMessages ( Batch batch ) : void
AllSpecIds ( ) : IEnumerable
QueueState ( ) : System

메소드 상세

AddInitialMessages() 공개 메소드

public AddInitialMessages ( Batch batch ) : void
batch Batch
리턴 void

AllSpecIds() 공개 메소드

public AllSpecIds ( ) : IEnumerable
리턴 IEnumerable

QueueState() 공개 메소드

public QueueState ( ) : System
리턴 System

프로퍼티 상세

Stepthrough 공개적으로 프로퍼티

public StepthroughState,StoryTeller.Messages Stepthrough
리턴 StepthroughState

queued 공개적으로 프로퍼티

public string[] queued
리턴 string[]

running 공개적으로 프로퍼티

public string running
리턴 string