Skip to main content
Version: 8.1

system.tag.requestGroupExecution

This function is used in Python Scripting.

Description​

Sends a request to the specified tag group to execute now.

Client Permission Restrictions​

This scripting function has no Client Permission restrictions.

Syntax​

system.tag.requestGroupExecution(provider, tagGroup)

Parameters​

TypeParameterDescription
StringproviderName of the Tag Provider that the tag group is in.
StringtagGroupThe name of the tag group to execute.

Returns​

Nothing

Scope​

Gateway, Vision Client, Perspective Session

Code Examples​

Example #1
# This example will use a Tag Provider called "default" and a Tag group called [default].
system.tag.requestGroupExecution("default", "[default]")

Keywords​

system tag requestGroupExecution, tag.requestGroupExecution