Skip to content

connect-sdk / de.proglove.sdk.commands / PgCommandParams

PgCommandParams

data class PgCommandParams

Holder for parameter that affect the execution of commands. For example the queueing behaviour.

Constructors

Name Summary
<init> Holder for parameter that affect the execution of commands. For example the queueing behaviour.PgCommandParams(replaceQueue:Boolean= false)

Properties

Name Summary
replaceQueue (defaults to false) When set to True this command will clear all queued commands and then is queued itself. Commands that are already started will not be canceled by this flag. This command will be first-in-queue afterwards but that does not guarantee execution of the command. It can be canceled by a different command with replaceQueue set to true, too.val replaceQueue:Boolean