Script functions reference > Script functions in alphabetical order > I > IsLastSegment

IsLastSegment
Syntax
IsLastSegment();
Description
Checks if the current segment is the last segment of post-processor job.
Returns
1
0
Example
if(IsLastSegment())
{
   $ok = 1;
}
OpenText StreamServe 5.6.2 Updated: 2018-01-26