RetryActivityLogErrorIfRetrying Property
If set to True - log message will be written first time retrying needed and when finished.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public InArgument<bool> LogErrorIfRetrying { get; set; }
Public Property LogErrorIfRetrying As InArgument(Of Boolean)
Get
Set
public:
property InArgument<bool>^ LogErrorIfRetrying {
InArgument<bool>^ get ();
void set (InArgument<bool>^ value);
}
member LogErrorIfRetrying : InArgument<bool> with get, set
Property Value
InArgumentBoolean