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 Updated: 2013-03-01