Skip to content

PartitionIsValid

cpgames edited this page Jul 14, 2022 · 1 revision

image

Checks whether partition is not null and data is not empty.


Input Ports:

Start - execution entry.
Partition (type: Partition) - input partition.


Output Ports:

True - executes if partition is not null and data is not empty.
False - executes if partition is either null or data is empty.

Clone this wiki locally