save Process Options
open fun saveProcessOptions( @NonNull context: Context, @NonNull processUUID: String, @NonNull options: STWProcessOptions, @Nullable callback: STWOperationCallback<MyBusinessError>)
Content copied to clipboard
Saves the given process options.
Parameters
context
Context The application context.
process UUID
String the process uuid.
options
STWProcessOptions process options to save.
callback
STWOperationCallback to handle the operation events.