Skip to main content

system.mes.location.getAllLocationPathsWithOperations

Deprecated

This method is deprecated. Use system.mes.operation.getAllLocationPathsWithOperations() instead, which also supports an optional path prefix filter.

Description

Retrieves all Location paths for locations that have associated Operations.

Syntax

system.mes.location.getAllLocationPathsWithOperations()

Parameters

ParameterTypeNullableDescription
None--This method does not take any parameters.

Returns

Returns a list of strings representing location paths that have associated operations.

Code Examples

# Deprecated - use system.mes.operation.getAllLocationPathsWithOperations() instead
paths = system.mes.location.getAllLocationPathsWithOperations()
print(paths)