Reloads the step configuration.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool reloadStepConfiguration(
string sStepID
)
Public Function reloadStepConfiguration ( _
sStepID As String _
) As Boolean
public:
bool^ reloadStepConfiguration(
String^ sStepID
)
Parameters
- sStepID
- Type: String
The s step identifier.
Return Value
true if XXXX,
false otherwise.