Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Pipeline
Pipe
StepCallInformation
C# Class Pipeline.Pipe.StepCallInformation
Show file
Open project: kmcgain/Pipeline-Processor
Class Usage Examples
Public Methods
Method
Description
StartStep
( ) :
void
StepCallInformation
(
Type
stepName
) :
System
StopStep
(
Outcome
result
) :
void
Method Details
StartStep()
public
method
public
StartStep
( ) :
void
return
void
StepCallInformation()
public
method
public
StepCallInformation
(
Type
stepName
) :
System
stepName
System.Type
return
System
StopStep()
public
method
public
StopStep
(
Outcome
result
) :
void
result
Outcome
return
void