Changeset 3481
- Timestamp:
- Jun 13, 2007, 1:41:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/userdoc/import_export_data.xml
r3394 r3481 408 408 In this window should information about the job be filled in, like name and 409 409 description. Where name is required and need to have valid string as a value. There 410 is also an option if the user want to get a message or not after the job is done. 411 The check-box should be ticked if the owner of the job wants to get a message with a 412 summary of the job's execution. 410 are also two check boxes in this page. 411 <variablelist> 412 <varlistentry> 413 <term> 414 <guilabel>Send message</guilabel> 415 </term> 416 <listitem> 417 <para> 418 Tick this check box if the job should send you a message when it is 419 finished, otherwise untick it 420 </para> 421 </listitem> 422 </varlistentry> 423 <varlistentry> 424 <term> 425 <guilabel>Remove job</guilabel> 426 </term> 427 <listitem> 428 <para> 429 If this check box is ticked, the job will be marked as removed when 430 it is finished, on condition that it was finished successfully. This 431 is only available for import- and export- plugins. 432 </para> 433 </listitem> 434 </varlistentry> 435 </variablelist> 413 436 </para> 414 437 <para> … … 576 599 577 600 <para> 578 If you choose to save the file within the BASE file system, there will be a 579 window where the job should get a name and optionally a description. By then clicking on 580 &gbFinish; 581 the configuration process will end and the job will be put in the job queue. A 582 self-refreshing window appears with information about the job's status and execution 583 time. The job isn't dependent on the status window to run and it therefore be closed 584 without interrupting the execution of the job. 601 If you choose to save the file within the BASE file system, there will be a window 602 where the job should get a name and optionally a description. There are also two 603 check boxes in this window. 604 <variablelist> 605 <varlistentry> 606 <term> 607 <guilabel>Send message</guilabel> 608 </term> 609 <listitem> 610 <para> 611 Tick this check box if the job should send you a message when it is 612 finished, otherwise untick it 613 </para> 614 </listitem> 615 </varlistentry> 616 <varlistentry> 617 <term> 618 <guilabel>Remove job</guilabel> 619 </term> 620 <listitem> 621 <para> 622 If this is ticked, the job will be marked as removed when it is 623 finished, on condition that it was finished successfully. This is 624 only available for import- and export- plugins. 625 </para> 626 </listitem> 627 </varlistentry> 628 </variablelist> 629 By then clicking on &gbFinish; the configuration process will end and the job will 630 be put in the job queue. A self-refreshing window appears with information about the 631 job's status and execution time. The job isn't dependent on the status window to run 632 and it therefore be closed without interrupting the execution of the job. 585 633 </para> 586 634 <tip>
Note: See TracChangeset
for help on using the changeset viewer.