UiPath Documentation
activities
latest
false
UI Automation activities

MobileOptions.GetSystemTimeOptions Class

MobileOptions.GetSystemTimeOptions Class in the Mobile Automation coded automation API: use this class to further configure the GetSystemTime API.

Use this class to further configure the GetSystemTime API.

Definition​

Namespace: UiPath.MobileAutomation.API.Models

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

Syntax​

public class GetSystemTimeOptions : ContinuableActivityOptions
public class GetSystemTimeOptions : ContinuableActivityOptions

The MobileOptions.GetSystemTimeOptions type exposes the following members.

Constructors​

public GetSystemTimeOptions()
public GetSystemTimeOptions()

MobileOptions.GetSystemTimeOptions: Initializes a new instance of the MobileOptions.GetSystemTimeOptions class.

Properties​

ContinueOnError Boolean: Specifies if the automation should continue even when the method throws an error. This parameter only supports Boolean values such as true or false. The default value is false. As a result, if the parameter is blank and an error is thrown, the execution of the project stops. If the value is set to true, the execution of the project continues regardless of any error.

  • Definition​
  • Syntax​
  • Constructors​
  • Properties​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated